home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000395_news@columbia.edu _Mon Mar 10 16:12:30 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26137
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 10 Mar 1997 16:12:26 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA20058
  7.     for kermit.misc@watsun; Mon, 10 Mar 1997 16:12:25 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!news.kei.com!news.texas.net!uunet!in3.uu.net!206.138.179.6!fluke!jd!dcd
  9. From: David Dyck <dcd@tc.fluke.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: C-Kermit 8 databits and parity odd
  12. Date: Mon, 10 Mar 1997 13:11:03 -0800
  13. Organization: Fluke Corporation, Everett, WA
  14. Lines: 27
  15. Message-ID: <Pine.LNX.3.95.970310125929.3360E-100000@jd>
  16. NNTP-Posting-Host: jd.tc.fluke.com
  17. Mime-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Sender: dcd@jd
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:6729
  21.  
  22.  
  23. I want to achive the same as
  24.   stty 1200 raw parenb parodd cs8 
  25.  
  26. with c-kermit
  27.  
  28. When I set parity odd,
  29. the show communications command reports that
  30. parity is odd (as expected),
  31. but when I attempt to also set terminal bytesize 8,
  32. parity is set back to none!
  33.  
  34. I was attempting to log 8data bits with odd parity
  35. to a file (e.g  the data was being transmitted as 8 databits
  36. PLUS the parity bit)
  37.  
  38. on Linux, I was able to execute the command
  39.   stty parenb parodd
  40. at the terminal that kermit was communicating
  41. and effect the desired communications, but
  42. that is only temporary.
  43.  
  44. Is there a way to get kermit into 8 data bits + parity mode?
  45.  
  46. Thanks,
  47.   David Dyck
  48.